/********************************************************************************************************/
/*													*/
/*  (Color Scheme #01 - Neutral Brown & Sky Blue) SAN DIEGO DEPARTMENT STYLES (revision 01) 		*/
/*  San Diego Web Development 2007									*/
/*													*/
/*  BASED ON												*/
/* (BLUE) NATIONAL INSIDE KP STYLES (revision 01) - Web Development Group 2007				*/
/*													*/
/*													*/
/* Colors used : 											*/
/*   Color HEX value #3C401B										*/
/*   Color HEX value #5F7D34										*/
/*													*/
/* Style sheet controls customization of the theme, which include the banner, left nav and footer bar	*/ 
/* refer to the KP Brand color palette for compliance 							*/
/*													*/
/********************************************************************************************************/

/********************************************************************************************************/
/* Style controls the top part of header								*/
/********************************************************************************************************/
div#banner 
{
  background: #3C401B 
  /* url(http://sandiego.zion.ca.kp.org/common/css/header_blue.gif) repeat-x; */
  /* Add or Remove comments before and after "url" for option to add an image to the background - maximum height for image is 36px */
  /* border-top: 1px solid #e1ecf3; */
}

/********************************************************************************************************/
/* Style controls the background color behind the tabs 							*/
/********************************************************************************************************/
div#topNavContainer 
{
  background: #5F7D34;
}

/********************************************************************************************************/
/* Style controls the background color of the left nav 							*/
/********************************************************************************************************/
td#leftNavBg 
{
  background: #5F7D34;
}

/********************************************************************************************************/
/* Style controls the hyperlink  									*/
/********************************************************************************************************/
td#leftNavBg a 
{
  /* white */
  color: #ffffff;
}

/********************************************************************************************************/
/* Style controls the hyperlink hover									*/
/********************************************************************************************************/
#leftNavBg a:hover 
{
  /* color */
  color: #3C401B;
}
/********************************************************************************************************/
/* Style controls the background color of the footer bar where Terms and conditions appears. 		*/
/* Can also be used for footer links 									*/
/********************************************************************************************************/
div#footerBar 
{
  background: #5F7D34;
}

/********************************************************************************************************/
/* Style controls the background color of the feature block used in the multi-topic overview_v2 page 	*/
/* type, also used as a home page 									*/
/********************************************************************************************************/
div#featureBlock 
{
  /* background: #D1E0ED; */
}

/********************************************************************************************************/
/* Used for the Kaiser Permanente Copyright 								*/
/********************************************************************************************************/
.copyRight 
{
  background: url(http://sandiego.zion.ca.kp.org/common/css/kp_logo.gif) no-repeat right;
  color: #333333;
  font-size: 11px;
  line-height: 12px;
  margin: 0 10px 5px;
  padding-top: 13px;
}

/********************************************************************************************************/
/* Used for custom footer based on client's needs 							*/
/********************************************************************************************************/
.customFooter
{
  color: #333333;
  font-size: 10px;
  line-height: 12px;
  margin: 0 10px;
  /* padding-bottom: 10px; */
}